-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] 배포 API 붙이기 #160
[FEATURE] 배포 API 붙이기 #160
Conversation
|
Deploying sopt-admin with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
완전 고생 많우셨습니다!!! 추후 점진적으로 코드 개선해보아요 🚀🚀🚀🚀🚀🚀
✅ PR Point
presigned url 보내는 로직
map을 이용해서 코드량을 줄일 수 있었으나 가독성이 많이 떨어져서 그냥 펼쳐뒀습니다
채택하지 않았던 '줄인 코드' 보기
type error
openAPI 쓰는 과정에서 타입 에러가 많이 나네요ㅜ
죄송합니다,,, 일단 any를 많이 넣어뒀는데, 배포 후 다시 수정해야 할 거 같아요
테스트
현재 개발 서버가 닫힌 관계로 api 요청 정상적으로 되는지 테스트는 못했어요
이후 서버 복구되면 테스트 해야할 거 같습니다!
하드코딩
주용이 부분은 API request data가 아직 하드 코딩 되어있어요
추후에 수정 필요합니다!